@import url('https://fonts.googleapis.com/css2?family=Noto+Kufi+Arabic&display=swap');
body {
    background: #eceadd;
    font-family: 'Noto Kufi Arabic', sans-serif;
}
/* Scrollbar track */
::-webkit-scrollbar {
    width: 10px;

  }

  /* Scrollbar thumb */
  ::-webkit-scrollbar-thumb {
    background-color: rgb(180, 0, 0,0.2);
    border-radius: 5px;
  }

  /* Scrollbar buttons */
  ::-webkit-scrollbar-button {
    background-color: transparent;
  }
.headerContainer {
    /* position: fixed; */
    /* width: 100vw; */
    bottom: 0;
    z-index: 999;
}

.container-fluid{
    z-index: 1 !important;
}
@media (max-width: 768px) {
    .container{
        width: 100%;
    }
    .featuresParagraph{
        text-align: center;
        font-size: 0.5rem;
        line-height: 1.5;
    }
    .headerContainer {
        position: fixed;
         width: 100vw;
    }
    
}
